From b4f6060846a1015e3f96ed86996cff185fb569fe Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 13 Jun 2007 17:33:52 +0000 Subject: [PATCH] Link to xaw3d if available. --- src/xmenu.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xmenu.c b/src/xmenu.c index da897396d75..6d9278e3c54 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -82,7 +82,11 @@ Boston, MA 02110-1301, USA. */ #include #include #ifdef USE_LUCID +#ifdef HAVE_XAW3D +#include +#else /* !HAVE_XAW3D */ #include +#endif /* HAVE_XAW3D */ #endif /* USE_LUCID */ #include "../lwlib/lwlib.h" #else /* not USE_X_TOOLKIT */ -- 2.30.2